home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio / Ham Radio CD-ROM (Emerald Software) (1995).ISO / misc / kmtrm100 / kamterm.cfg < prev    next >
Encoding:
Text File  |  1992-06-22  |  6.7 KB  |  183 lines

  1. # This is a sample config file for KAMterm.  All valid fields should be
  2. # shown in this file, and documented as to their legal values, etc.
  3. #    *) Anything that follows a '#' is a comment.
  4. #    *) Blank lines are allowed, and will be ignored by the program.
  5. #    *) Commands may NOT be bunched up on a line...they must be on
  6. #       their own line.
  7. #    *) The colon (':') is optional.
  8. #    *) The field names are not case sensitive.
  9. # If any fields are left out, the default values will be used. Any or all
  10. # fields may be left out, but the program does want this file to exist (it
  11. # will create it with only the default communications parameters if it
  12. # doesn't find it).
  13.  
  14. # KAMVERSION is only important if you have version 5.0 (or higher, when
  15. # it exists) --- use this to tell KAMterm to unlock the features of your
  16. # higher level firmware (otherwise, it is based on version 4.00)
  17. # Uncomment the line below if you have version 5.x (or up).
  18.  
  19. # KAMVERSION: 5
  20.  
  21. # if you wish to have KAMterm start and/or end in Host Mode, comment
  22. # out the STARTHOST and/or ENDHOST lines, respectively.
  23.  
  24. # STARTHOST
  25. # ENDHOST
  26.  
  27. # INITFILE and EXITFILE are command files to be sent to the KAM on
  28. # startup and exit --- these are purely optional.  if you wish to
  29. # use them, uncomment the lines below, and supply the appropriate
  30. # filenames.  the filenames shown below point to sample files that
  31. # you should find included with the standard distribution.
  32.  
  33. # INITFILE:  startup.kam
  34. # EXITFILE:  finish.kam
  35.  
  36. # CAPBUFF is the size of the scrollback buffer for EACH STREAM.  take
  37. # care when increasing this number --- remember that each stream will
  38. # have this allocated to it, and that eats memory.  I suggest you start
  39. # with the default (100 lines) and gradually increase.  If a window is
  40. # opened, and there isn't room to allocate this number of lines, that
  41. # window won't have a scrollback buffer.....
  42. # Here are some sizes for 100 line increments of the scrollback buffer:
  43. #       0 lines:  scrollback disabled
  44. #     100 lines:  18,400 bytes per active window
  45. #     200 lines:  28,400 bytes
  46. #     300 lines:  38,400 bytes   (gee...see a pattern?)
  47. #      ......      .......
  48. #     800 lines:  88,400 bytes
  49. CAPBUFF: 200
  50.  
  51. # PORTSPEED must be one of 1200, 2400, 4800, or 9600 for the KAM
  52. # (KAMterm, however, will allow up to 115200 bps)
  53. PORTSPEED: 9600
  54.  
  55. # COMMPORT must be one of 1, 2, 3, or 4, for COM1 through COM4, respectively.
  56. COMMPORT: 1
  57.  
  58. # MYCALL is the callsign that will be used for logging to a file.
  59. # This does not affect the value in the TNC in any way.
  60. # MYCALL: N5IAL
  61.  
  62. # NORMALECHO determines whether local echo will be generated from the
  63. # program in normal (i.e., non-host) mode.  This must be either 1 for on
  64. # or 0 (zero) for off.
  65. NORMALECHO: 0
  66.  
  67. # HOSTECHO is similar to NORMALECHO, except it applies to HostMode
  68. HOSTECHO: 1
  69.  
  70. # MORSESPEED determines the speed at which Morse code messages (some of
  71. # which are error messages) will be sent.  default is 20 wpm
  72. MORSESPEED 25
  73.  
  74. # MORSETONE determines the frequency (Hz) of the Morse code messages
  75. # 600 Hz is the default
  76. MORSETONE 800
  77.  
  78. # COLOR commands take exactly 2 arguments.  they must be in the right
  79. # order.  :-)  the first argument is the parameter which we wish to
  80. # associate the color with, and the second is the color itself.
  81. #
  82. # A program is included which dumps all color combinations to the screen
  83. # and identifies the foreground and background colors in effect at that
  84. # time.  Use this to see how different color combinations look, and decide
  85. # what you like/don't like.
  86. #
  87. # MONOCHROME USERS:  the windowing library used with this program is
  88. # smart enough to know that you have a monochrome monitor, and does
  89. # not use the majority of these colors....your choices are limited
  90. # to setting things up to either do normal, reverse, or high-intensity
  91. # video.....but you still have to use the same color definitions (they
  92. # just have different results).
  93. #
  94. # Choices for colors are as follows:
  95. #    BLACK
  96. #    BLUE
  97. #    GREEN
  98. #    CYAN
  99. #    RED
  100. #    MAGENTA
  101. #    BROWN
  102. #    LIGHTGRAY
  103. #    DARKGRAY
  104. #    LIGHTBLUE
  105. #    LIGHTGREEN
  106. #    LIGHTCYAN
  107. #    LIGHTRED
  108. #    LIGHTMAGENTA
  109. #    YELLOW
  110. #    WHITE
  111. #
  112. # NOTE:  If the BACKGROUND color is set to anything between DARKGRAY
  113. #        and WHITE (inclusive), the foreground will be flashing.  This
  114. #        is true for both color and monochrome monitors.
  115. #
  116. # The parameters you can set colors to are as follows:
  117. #    STATFG      --- status line foreground
  118. #    STATBG      --- status line background
  119. #    PRIFG       --- priority window foreground
  120. #    PRIBG       --- priority window background
  121. #    LOCALFG     --- local window (text you type) foreground
  122. #    LOCALBG     --- local window background
  123. #    MAINFG      --- main window (CMD window in Host) foreground
  124. #    MAINBG      --- main window background
  125. #    MONFG       --- MONITOR window foreground
  126. #    MONBG       --- MONITOR window background
  127. #    STREAMFG    --- STREAM window(s) foreground
  128. #    STREAMBG    --- STREAM window(s) background
  129. #    ECHOFG      --- local echo foreground
  130. #    ECHOBG      --- local echo background
  131. #    POPUPFG     --- popup window foreground
  132. #    POPUPBG     --- popup window background
  133. #    HELPFG      --- help screen foreground
  134. #    HELPBG      --- help screen background
  135. #    SBFG        --- scrollback screen foreground
  136. #    SBBG        --- scrollback screen background
  137. #    MENUFG      --- menu foreground
  138. #    MENUBG      --- menu background
  139. #    MENUBDRFG   --- menu border foreground
  140. #    MENUBDRBG   --- menu border background
  141. #    MENUSELFG   --- menu selected item foreground
  142. #    MENUSELBG   --- menu selected item background
  143. #    MENUFIRSTFG --- foreground for highlighted single key in menu
  144. #    MENUFIRSTBG --- background for highlighted single key in menu
  145. #    ENTRYFG     --- text entry foreground
  146. #    ENTRYBG     --- text entry background
  147. #    ENTRYKEY    --- text entry key text (labels)
  148. #    ENTRYMSG    --- text entry message text (messages to user)
  149.  
  150. COLOR: STATFG BLUE
  151. COLOR: STATBG LIGHTGRAY
  152. COLOR: PRIFG BLUE
  153. COLOR: PRIBG LIGHTGRAY
  154. COLOR: LOCALFG GREEN
  155. COLOR: LOCALBG BLACK
  156. COLOR: MAINFG LIGHTBLUE
  157. COLOR: MAINBG BLACK
  158. COLOR: MONFG RED
  159. COLOR: MONBG BLACK
  160. COLOR: STREAMFG GREEN
  161. COLOR: STREAMBG BLACK
  162. COLOR: ECHOFG YELLOW
  163. COLOR: ECHOBG BLACK
  164. COLOR: POPUPFG YELLOW
  165. COLOR: POPUPBG BLUE
  166. COLOR: HELPFG BLUE
  167. COLOR: HELPBG LIGHTGRAY
  168. COLOR: SBFG YELLOW
  169. COLOR: SBBG BLACK
  170. COLOR: MENUFG BLACK
  171. COLOR: MENUBG LIGHTGRAY
  172. COLOR: MENUBDRFG RED
  173. COLOR: MENUBDRBG LIGHTGRAY
  174. COLOR: MENUSELFG YELLOW
  175. COLOR: MENUSELBG CYAN
  176. COLOR: MENUFIRSTFG RED
  177. COLOR: MENUFIRSTBG LIGHTGRAY
  178. COLOR: ENTRYFG YELLOW
  179. COLOR: ENTRYBG LIGHTGRAY
  180. COLOR: ENTRYKEY BLUE
  181. COLOR: ENTRYMSG RED
  182.  
  183.